DX11 IS SPRITE LOOPING

Returns a boolean flag indicating whether the given sprite is currently playing a looping animation or not.
Note that if this function returns true, then DX11 IS SPRITE PLAYING will also return true,
however this function will return false for a sprite that is currently playing an un-looped animation.

  Syntax
Return Boolean = DX11 IS SPRITE LOOPING(sprite)
  Parameters
sprite
Dword
The sprite to check whether it is currently playing an animation.

  Returns

true if the specified sprite is currently playing an animation or false otherwise.

  See also

SPRITE Functions Menu
DX11 Function Categories